home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcl4c341.zip / SIMPLE._T_ < prev    next >
Text File  |  1992-05-02  |  200b  |  11 lines

  1. #
  2. # Turbo C makefile for SIMPLE.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -w- -c $<
  6.  
  7. simple.exe: simple.obj pcl4c_s.lib
  8.      tcc -ms -M simple.obj pcl4c_s.lib
  9.  
  10. simple.obj: simple.c pcl4c.h
  11.